Instructions for version 1.0

It has no installation file. Please follow the instructions.

1) Go to app/config/ and open database.php and add the host, username, password and database name
2) You will find free_tube_script.sql in this downloaded zip file. Go to phpmyadmin and import it.

Username : admin@email.com
Password : admin 

In homepage, you will find login option. Both admin and user login has the same form. Login and go to admin and change your email address. Go to settings and change your settings. 


NEED ANY HELP? USE THE FORUM I MENTIONED. I WILL BE ALWAYS THERE TO HELP YOU.


If you are planning to host this script in sub folder of your domain, then you need to edit one more file. Otherwise your are done. 

* If your script is not installed in root of the domain. You need to follow this. Otherwise ignore.
** go to  app/webroot/ and open .htaccess in notepad and add the following line "RewriteBase /folder-name" below RewriteEngine On

It should look like this



<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /foldername
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>
